home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-05-04 | 818 b | 45 lines | [TEXT/CWIE] |
- /*
- File: AboutBox.r
-
- Contains: About box for simple text application
-
- Written by: Tom Dowdy
-
- Copyright: © 1993, 1995, 1997 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- $Log: AboutBox.r,v $
- Revision 1.1.1.1 1998/03/18 22:56:00 ivory
- Initial checkin of SimpleText.
-
- *
- * 2 7/30/97 3:42 PM Tom Dowdy
- * Live scrolling now
- *
- * 1 7/28/97 11:11 AM Duane Byram
- * first added to Source Safe project
-
- <1> 8/21/95 TD First checked in.
-
- */
-
-
- #include "AboutBox.h"
-
- resource 'WIND' (kAboutWindowID, purgeable) {
- {100, 100, 215, 400}, noGrowDocProc, invisible, goAway, 0, ABOUTBOXTITLE, alertPositionMainScreen
- };
-
-
- resource 'STR#' (kAboutStrings, purgeable) {
- {
- ABOUTSTRING1;
- ABOUTSTRING2;
- ABOUTSTRING3;
- ABOUTSTRING4;
- ABOUTSTRING5;
- ABOUTSTRING6;
- };
- };
-